Tutorial Functions

Powershell, like just about every other programming/scripting language has functions. These functions can be simple one liners or very complicated, depending on your needs. A very simple function is show below. This function has a name and a code block. It has no input and will only output to the screen. Why should I use … Continue reading Tutorial Functions